Get Zaps [v2]
This endpoint returns a list of Zaps for the authenticated Zapier user.
The expand array can be used to expand selected fields into full objects in the response. Inputs with keys can
also be passed to filter Zaps by certain criteria.
Scope Selection:
- Use
zapif you have a Zapier integration and wish to get only Zaps using your integration. - Use
zap:allto get all of the user’s Zaps. - Use
zap:account:allto get all of the Zaps the user has access to in their account.
When using OAuth
This endpoint requires the zap, zap:all, or zap:account:all OAuth scopes.
Authorizations
See our OAuth2 authentication documentation here: https://docs.zapier.com/powered-by-zapier/api-reference/authentication
Query Parameters
A comma separated list of Zap fields that should be expanded from ids to full objects in the response. Fields that may not be expanded will remain as ids.
If true, all Zaps that are shared with the user, rather than only those owned by them, are returned. If the zap:account:all scope is not present this has no effect.
You may pass inputs[KEY]=VALUE1,VALUE2 to filter for Zaps that contain those settings. Keys are defined by your app on the developer platform.
Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.
Used for paginating results. Specifies the offset to use.